const github.com/refraction-networking/utls.recordTypeApplicationData
10 uses
github.com/refraction-networking/utls (current package)
common.go#L80: recordTypeApplicationData recordType = 23
conn.go#L413: if typ != recordTypeApplicationData {
conn.go#L527: record[0] = byte(recordTypeApplicationData)
conn.go#L699: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L763: case recordTypeApplicationData:
conn.go#L897: if c.config.DynamicRecordSizingDisabled || typ != recordTypeApplicationData {
conn.go#L1250: n, err := c.writeRecordLocked(recordTypeApplicationData, b[:1])
conn.go#L1258: n, err := c.writeRecordLocked(recordTypeApplicationData, b)
u_conn.go#L471: n, err := c.writeRecordLocked(recordTypeApplicationData, b[:1])
u_conn.go#L479: n, err := c.writeRecordLocked(recordTypeApplicationData, b)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |